All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.ASN

java.lang.Object
   |
   +----aka.snmp.ASN

public class ASN
extends Object
Class encapsulating ASN constants and miscellanous ASN routines.


Variable Index

 o APPLICATION
 o BIT8
 o BIT_STR
 o BOOLEAN
 o CONSTRUCTOR
 o CONTEXT
 o COUNTER
 o EXTENSION_ID
 o GAUGE
 o INTEGER
 o IPADDRESS
 o LONG_LEN
 o NULL
 o OBJECT_ID
 o OCTET_STR
 o PRIMITIVE
 o PRIVATE
 o SEQUENCE
 o SET
 o TIMETICKS
 o UNIVERSAL

Method Index

 o buildLength(int)
Returns the ASN encoding of length
 o getLength(ByteBuffer)
Returns the length from the ASN encoding in buffer
 o main(String[])
Test Harness

Variables

 o BOOLEAN
 public static final byte BOOLEAN
 o INTEGER
 public static final byte INTEGER
 o BIT_STR
 public static final byte BIT_STR
 o OCTET_STR
 public static final byte OCTET_STR
 o NULL
 public static final byte NULL
 o OBJECT_ID
 public static final byte OBJECT_ID
 o SEQUENCE
 public static final byte SEQUENCE
 o SET
 public static final byte SET
 o UNIVERSAL
 public static final byte UNIVERSAL
 o APPLICATION
 public static final byte APPLICATION
 o CONTEXT
 public static final byte CONTEXT
 o PRIVATE
 public static final byte PRIVATE
 o PRIMITIVE
 public static final byte PRIMITIVE
 o CONSTRUCTOR
 public static final byte CONSTRUCTOR
 o LONG_LEN
 public static final byte LONG_LEN
 o EXTENSION_ID
 public static final byte EXTENSION_ID
 o BIT8
 public static final byte BIT8
 o IPADDRESS
 public static final byte IPADDRESS
 o COUNTER
 public static final byte COUNTER
 o TIMETICKS
 public static final byte TIMETICKS
 o GAUGE
 public static final byte GAUGE

Methods

 o buildLength
 public static ByteBuffer buildLength(int length)
Returns the ASN encoding of length

See Also:
getLength
 o getLength
 public static int getLength(ByteBuffer buffer)
Returns the length from the ASN encoding in buffer

See Also:
buildLength
 o main
 public static void main(String args[])
Test Harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index